5 lines
37 B
Bash
5 lines
37 B
Bash
|
|
#!/bin/sh
|
||
|
|
touch "*"
|
||
|
|
ls -a "*"
|
||
|
|
rm "*"
|