Add LICENSE

This commit is contained in:
Anthony Wang 2021-07-21 10:55:56 -05:00
parent d1db250a88
commit cab19a7b43
Signed by: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 20 additions and 1 deletions

19
LICENSE Normal file
View file

@ -0,0 +1,19 @@
MY NEXT GPU WONT BE NVIDIA PUBLIC LICENSE
Version 1, July 2021
Copyright (C) 2021 Anthony Wang <ta180m@pm.me>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
MY NEXT GPU WONT BE NVIDIA PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
1. Your NEXT GPU WONT BE NVIDIA.
2. You acknowledge that THIS PROGRAM ONLY FOR USE ON LINUX, GNU/LINUX,
GNU+LINUX, GNU/SYSTEMD/XORG/PULSEAUDIO/PYTHON/LINUX, or
GNU/SYSTEMD/WAYLAND/PIPEWIRE/PYTHON/LINUX SYSTEMS.

View file

@ -4,7 +4,7 @@
echo "Your IP address is "$(ip route get 1.1.1.1 | grep -oP 'src \K[^ ]+')
if [ "$#" -eq 1 ]; then
ln $1 . # Link file to current directory
ln "$1" . # Link file to current directory
else
touch share.txt # Creat the file
xdg-open share.txt # Open file in default editor