Files
nixpkgs/pkgs/development/perl-modules/expression-generator/make-clean-dir.sh
T
Wolfgang Walther 5d14516619 various: remove trailing whitespace
Running editorconfig-checker on all files complains about those, so
let's fix them.
2025-05-07 20:01:37 +02:00

6 lines
79 B
Bash
Executable File

#! /bin/sh
rm -rf test;
mkdir test;
for i in *.sh; do ln -s ../$i test; done;