12 lines
346 B
Bash
Executable File
12 lines
346 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# klevstul :: 24.08
|
|
|
|
this_file_name=`basename "$0"`
|
|
echo "$this_file_name"
|
|
|
|
# note: it is possible to create sym links / soft links to non-existing directories! hence, this can be done without having started pcloud.
|
|
ln -s /home/poq/pCloudDrive/reposNonGit ~/syncDir/repos/other/pCloud_reposNonGit
|
|
|
|
tree -L 3 ~/syncDir/repos/
|