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