10 lines
202 B
Bash
Executable File
10 lines
202 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# klevstul :: 24.08
|
|
|
|
this_file_name=`basename "$0"`
|
|
echo "$this_file_name"
|
|
|
|
ln -s ~/mega/gitRepos/git.sr.ht ~/syncDir/gitRepos/
|
|
ln -s ~/mega/gitRepos/gitlab.com ~/syncDir/gitRepos/
|