mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
7 lines
97 B
Bash
7 lines
97 B
Bash
![]() |
mkdir $first
|
||
|
mkdir $second
|
||
|
test -z $all
|
||
|
|
||
|
echo "second" > $first/file
|
||
|
echo "first" > $second/file
|