5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/env bash
|
|
if [[ -f "/dev/shm/bash/$BASHPID/oncd" ]]; then
|
|
source "/dev/shm/bash/$BASHPID/oncd"
|
|
fi
|