mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-28 19:24:45 +00:00
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#! /bin/sh
|
|
|
|
rm -rf test;
|
|
mkdir test;
|
|
for i in *.sh; do ln -s ../$i test; done;
|