Skip to content

Commit

Permalink
Merge pull request ThePorgs#301 from QU35T-code/feat/systemctl
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo authored Feb 11, 2024
2 parents 22531fc + 4bca368 commit 3267aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/assets/shells/aliases.d/_init
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ alias urldecode='python -c "import sys, urllib as ul; print ul.unquote_plus(sys.
alias sed-empty-line='sed /^$/d'
alias http-put-server='python3 /opt/resources/linux/http-put-server.py --bind 0.0.0.0'
alias ws='cd /workspace'
alias systemctl="echo 'Systemctl cannot be used inside the container. Please use the \"service\" command instead.' && false"

0 comments on commit 3267aa7

Please sign in to comment.