https://github.com/devidw/x
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devidw/x
- Owner: devidw
- Created: 2023-03-13T19:38:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T14:09:32.000Z (about 2 years ago)
- Last Synced: 2024-10-18T20:45:18.587Z (8 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
Awesome Lists containing this project
README
_shell rc_
[source,shell]
----
export D_X="$HOME/Desktop/code/x"if [ -d $D_X ]; then
alias x="$D_X/entry.sh"
else
alias x='curl -s https://raw.githubusercontent.com/devidw/x/main/entry.sh | bash -s'
fi
----