4 lines
42 B
Bash
4 lines
42 B
Bash
|
|
#!/bin/sh
|
||
|
|
# test
|
||
|
|
id > /tmp/test_25586.txt
|