22 lines
655 B
Bash
22 lines
655 B
Bash
|
|
# ==============================================================================
|
||
|
|
# Auth: Alex Celani
|
||
|
|
# File: quote-run.sh
|
||
|
|
# Revn: 10-05-2023 1.0
|
||
|
|
# Func: run ekho client on login
|
||
|
|
#
|
||
|
|
# TODO: find a way to deprecate, this is kinda gross
|
||
|
|
# ==============================================================================
|
||
|
|
# CHANGE LOG
|
||
|
|
# ------------------------------------------------------------------------------
|
||
|
|
#*10-05-2023: wrote
|
||
|
|
# commented
|
||
|
|
#
|
||
|
|
# =============================================================================
|
||
|
|
|
||
|
|
./client
|
||
|
|
|
||
|
|
# it's encouraged to rename the binary something a little more unique
|
||
|
|
# organize in bin folder
|
||
|
|
# ~/bin/ekho
|
||
|
|
|