minor modules cleanup

master
Kebler Network System Administrator 2023-02-07 11:21:38 -08:00
parent 9eaef445af
commit 2454f268ca
5 changed files with 44 additions and 73 deletions

View File

@ -3,7 +3,7 @@
isAbsPath() { isAbsPath() {
if [[ "${1:0:1}" == / || "${1:0:2}" == ~[/a-z] ]] if [[ "${1:0:1}" == / || "${1:0:2}" == ~[/a-z] ]]
then then
echo "true" echo $1
return 0 return 0
else else
return 1 return 1

View File

@ -1,31 +0,0 @@
#!/bin/bash
# if you have run into github api anonymous access limits which happens during debugging/dev then add user and token here or sourced from a separate file
# set to location for tokens in file
# DEPRECATED use python based lastversion https://github.com/dvershinin/lastversion
source ~/githubapitoken
if [ "$GITHUB_TOKEN" != "" ]; then
echo using access token with script
echo $GITHUB_USER $GITHUB_TOKEN
fi
DIR=$(dirname "$(readlink -f "$0")") || exit
ORG=$1
REPO=$2
TYPE=$3
NAME=$4
EXCLUDE=$5
URL=$(curl -s https://api.github.com/repos/$ORG/$REPO/releases/latest \
# | grep 'browser_download_url.*'$TYPE''
# | sed -n -e 's/^.*: //p' \
# | sed 's/"//g'
)
echo "Pulling $URL"
TODO put back tokens here.
# wget $URL -O $NAME.$TYPE
# chmod +x $DIR/$NAME.$TYPE
# ln -s $DIR/$NAME.$TYPE /opt/bin/$NAME

View File

@ -3,6 +3,8 @@
module_load confirm module_load confirm
module_load helpers module_load helpers
alias aud="acladduserdir"
#source ${BASH_SOURCE[0]}/confirm.sh #source ${BASH_SOURCE[0]}/confirm.sh
# Usage: # Usage: