Toggle navigation
uPaste
home
archive
contact us
popular
upgrade
sign in / sign up
Sign In
Register
Forgot Password
Sign In
Sign Up
Reset
viewing paste
Unknown #54958
|
Bash
Posted on the
28th July, 2021 at 13:40:04
Copied to clipboard
Copy this Paste
Raw Text
Download
Report Paste
Print
Embed
1
2
3
4
#!/bin/sh
cd
/
tmp
touch
hello.txt
echo
"just test"
>
hello.txt
Viewed 1520 times, submitted by Guest.
#!/bin/sh cd /tmp touch hello.txt echo "just test" > hello.txt
fb
tweet
in
reddit