mirror of
https://github.com/danog/learn-bash.git
synced 2024-11-30 04:19:06 +01:00
Updated the website
This commit is contained in:
parent
2918b3dde2
commit
998279a6ca
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 Shu Uesugi
|
||||
Copyright (c) 2016 Shu Uesugi
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
2
learn.sh
2
learn.sh
@ -9,7 +9,7 @@
|
||||
|
||||
[ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)"
|
||||
|
||||
echo "Video download script - Copyright (C) 2015 Daniil Gentili (http://daniil.it)
|
||||
echo "Video download script - Copyright (C) 2016 Daniil Gentili (http://daniil.it)
|
||||
This program comes with ABSOLUTELY NO WARRANTY.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; see the LICENSE file."
|
||||
|
Loading…
Reference in New Issue
Block a user