6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -f ~admin/persist/.userrc ]; then
|
|
~admin/persist/.userrc
|
|
fi
|