-
-
Save martencassel/d9c110e0e3132b3d8cbee812d99b0510 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# curl -sL https://u.nu/n2d5|/bin/sh | |
cat << EOF > conoa.txt | |
1 Conoa | |
2 Conoa | |
3 Conoa | |
4 Conoa | |
5 Conoa | |
6 Conoa | |
7 Conoa | |
8 Conoa | |
9 Conoa | |
10 Conoa | |
EOF | |
cat conoa.txt | |
chmod u=r,g=r,o=r conoa.txt | |
ls -l conoa.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment