3 lines
59 B
Bash
3 lines
59 B
Bash
#!/bin/sh
|
|
touch "itworks.txt"
|
|
# this will place a file in / |
#!/bin/sh
|
|
touch "itworks.txt"
|
|
# this will place a file in / |