10 lines
161 B
Bash
Executable File
10 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f ../../../../alias/loopback
|
|
|
|
rm -f ../../../../alias/one
|
|
rm -f ../../../../alias/two
|
|
rm -f ../../../../alias/three
|
|
|
|
rm -f ../../../../alias/four
|