3 lines
57 B
Plaintext
3 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
[ -n "$1" ] && echo "$1" > "/home/alex/test"
|