nixpkgs/pkgs/development/perl-modules/expression-generator/make-clean-dir.sh
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

5 lines
79 B
Bash
Executable file

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