mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
b98a144355
svn path=/nixpkgs/trunk/; revision=11947
5 lines
80 B
Bash
Executable file
5 lines
80 B
Bash
Executable file
#! /bin/sh
|
|
|
|
rm -rf test;
|
|
mkdir test;
|
|
for i in *.sh; do ln -s ../$i test; done;
|