This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d76b42c680
nixpkgs
/
pkgs
/
development
/
perl-modules
/
expression-generator
/
make-clean-dir.sh
6 lines
80 B
Bash
Executable File
Raw
Blame
History
#! /bin/sh
rm -rf test
;
mkdir test
;
for
i in *.sh
;
do
ln -s ../
$i
test
;
done
;
Reference in New Issue
View Git Blame
Copy Permalink