4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/bash
|
|
|
|
rm -rf /tmp/testing
|
|
echo "123 hello world We are here" > /tmp/testing
|