mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
b98a144355
svn path=/nixpkgs/trunk/; revision=11947
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#! /bin/sh
|
|
|
|
rm -rf test;
|
|
mkdir test;
|
|
for i in *.sh; do ln -s ../$i test; done;
|