6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/env bash
|
|
if [[ -f "/dev/shm/bash/$BASHPID/onpostgit" ]]; then
|
|
source "/dev/shm/bash/$BASHPID/onpostgit"
|
|
fi
|
|
git
|