5d14516619
Running editorconfig-checker on all files complains about those, so let's fix them.
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;
|