mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-18 06:34:28 +01:00
5
bin/preinstall.sh
Executable file
5
bin/preinstall.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -d $HOME/.gitpear ]; then
|
||||
mkdir -p $HOME/.gitpear;
|
||||
fi
|
||||
Reference in New Issue
Block a user