mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 14:14:22 +01:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ ! -d $HOME/.gitpear ]; then
|
|
mkdir -p $HOME/.gitpear;
|
|
fi
|