6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
touch $DATA_DIR/deployAsResult
|
|
echo $(whoami) >> $DATA_DIR/deployAsResult
|
|
|
|
|