Skip to content

Commit

Permalink
update 'torctl' import library system
Browse files Browse the repository at this point in the history
  • Loading branch information
fbnmtz authored and bkn7c4 committed Jan 15, 2023
1 parent 5362e1e commit 90aa385
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions torctl
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,20 @@
# Created: Monday, 2022/11/21 - 20:55:29
# Author.: @fbnmtz, (fabiano.matoz@gmail.com)
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~
# Last Modified: Sunday, 2023/01/15 - 03:12:43
# Last Modified: Sunday, 2023/01/15 - 15:45:51
# Modified By..: @fbnmtz, (fabiano.matoz@gmail.com)
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~
# Version: 0.0.4.129
# Version: 0.0.5.127
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~
# Description:
# >
# ############################################################################
# HISTORY:
#

# shellcheck disable=1090,2154
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~
# shellcheck=SC1091

# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~
[ -f $PWD/xSHELL/initialize ] && source $PWD/xSHELL/initialize
[ -f ~/bin/lib/init ] && source ~/bin/lib/init
# source ~/bin/lib/init

source ~/bin/xSHELL/init

use args utils torctl.lib

Expand Down

0 comments on commit 90aa385

Please sign in to comment.