10 lines
234 B
Bash
Executable File
10 lines
234 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# klevstul :: 24.08
|
|
|
|
this_file_name=`basename "$0"`
|
|
echo "$this_file_name"
|
|
|
|
ln -s /home/poq/pCloudDrive/repos/git/gitlab.com ~/syncDir/gitRepos/
|
|
ln -s /home/poq/pCloudDrive/repos/pCloud_nonGit ~/syncDir/gitRepos/
|