mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-06 05:43:17 +00:00
6 lines
80 B
Bash
6 lines
80 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
rm -rf test;
|
||
|
mkdir test;
|
||
|
for i in *.sh; do ln -s ../$i test; done;
|