mirror of
https://github.com/danog/learn-bash.git
synced 2024-11-30 04:19:06 +01:00
Welcome 2016!
This commit is contained in:
parent
45b467b0b3
commit
65ffddb7be
2
debian/learn-bash-1.0.0/debian/README
vendored
2
debian/learn-bash-1.0.0/debian/README
vendored
@ -3,4 +3,4 @@ The Debian Package learn-bash
|
|||||||
|
|
||||||
Script to learn bash scripting.
|
Script to learn bash scripting.
|
||||||
|
|
||||||
-- Daniil Gentili <daniil@daniil.it> Tue, 26 May 2015 22:59:02 +0200
|
-- Daniil Gentili <daniil@daniil.it> Tue, 26 May 2016 22:59:02 +0200
|
||||||
|
10
debian/learn-bash-1.0.0/debian/changelog
vendored
10
debian/learn-bash-1.0.0/debian/changelog
vendored
@ -2,29 +2,29 @@ learn-bash (1.1.27) lenny; urgency=low
|
|||||||
|
|
||||||
* Fixed lots of mistakes
|
* Fixed lots of mistakes
|
||||||
|
|
||||||
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Mon, 26 Oct 2015 16:23:59 +0000
|
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Mon, 26 Oct 2016 16:23:59 +0000
|
||||||
|
|
||||||
learn-bash (1.1.22) lenny; urgency=low
|
learn-bash (1.1.22) lenny; urgency=low
|
||||||
|
|
||||||
* trigger
|
* trigger
|
||||||
|
|
||||||
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Sun, 25 Oct 2015 23:56:59 +0000
|
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Sun, 25 Oct 2016 23:56:59 +0000
|
||||||
|
|
||||||
learn-bash (1.1.12) lenny; urgency=low
|
learn-bash (1.1.12) lenny; urgency=low
|
||||||
|
|
||||||
* trigger
|
* trigger
|
||||||
|
|
||||||
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Wed, 30 Sep 2015 19:00:31 +0000
|
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Wed, 30 Sep 2016 19:00:31 +0000
|
||||||
|
|
||||||
learn-bash (1.1.9) lenny; urgency=low
|
learn-bash (1.1.9) lenny; urgency=low
|
||||||
|
|
||||||
* trigger ra
|
* trigger ra
|
||||||
|
|
||||||
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Wed, 30 Sep 2015 18:36:29 +0000
|
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Wed, 30 Sep 2016 18:36:29 +0000
|
||||||
|
|
||||||
learn-bash (1.1) precise; urgency=low
|
learn-bash (1.1) precise; urgency=low
|
||||||
|
|
||||||
* First packaged version
|
* First packaged version
|
||||||
|
|
||||||
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Wed, 30 Sep 2015 07:45:53 +0000
|
-- Daniil Gentili <daniil.gentili.dg@gmail.com> Wed, 30 Sep 2016 07:45:53 +0000
|
||||||
|
|
||||||
|
4
debian/learn-bash-1.0.0/debian/copyright
vendored
4
debian/learn-bash-1.0.0/debian/copyright
vendored
@ -3,11 +3,11 @@ Upstream-Name: learn-bash
|
|||||||
Source: https://github.com/danog/video-dl
|
Source: https://github.com/danog/video-dl
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2015 Daniil Gentili <daniil@daniil.it>
|
Copyright: 2016 Daniil Gentili <daniil@daniil.it>
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2015 Daniil Gentili <daniil@daniil.it>
|
Copyright: 2016 Daniil Gentili <daniil@daniil.it>
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
2
debian/learn-bash-1.0.0/debian/learn-bash.1
vendored
2
debian/learn-bash-1.0.0/debian/learn-bash.1
vendored
@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "README" "" "October 2015" "" ""
|
.TH "README" "" "October 2016" "" ""
|
||||||
Script to learn bash scripting\.
|
Script to learn bash scripting\.
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)"
|
[ -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 program comes with ABSOLUTELY NO WARRANTY.
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; see the LICENSE file."
|
under certain conditions; see the LICENSE file."
|
||||||
|
@ -3,11 +3,11 @@ Upstream-Name: learn-bash
|
|||||||
Source: https://github.com/danog/video-dl
|
Source: https://github.com/danog/video-dl
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2015 Daniil Gentili <daniil@daniil.it>
|
Copyright: 2016 Daniil Gentili <daniil@daniil.it>
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2015 Daniil Gentili <daniil@daniil.it>
|
Copyright: 2016 Daniil Gentili <daniil@daniil.it>
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
2
debian/learn-bash-1.0.0/learn-bash/learn.sh
vendored
2
debian/learn-bash-1.0.0/learn-bash/learn.sh
vendored
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)"
|
[ -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 program comes with ABSOLUTELY NO WARRANTY.
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; see the LICENSE file."
|
under certain conditions; see the LICENSE file."
|
||||||
|
2
debian/learn-bash_1.1.27_amd64.changes
vendored
2
debian/learn-bash_1.1.27_amd64.changes
vendored
@ -1,5 +1,5 @@
|
|||||||
Format: 1.8
|
Format: 1.8
|
||||||
Date: Mon, 26 Oct 2015 16:23:59 +0000
|
Date: Mon, 26 Oct 2016 16:23:59 +0000
|
||||||
Source: learn-bash
|
Source: learn-bash
|
||||||
Binary: learn-bash
|
Binary: learn-bash
|
||||||
Architecture: source all
|
Architecture: source all
|
||||||
|
2
debian/learn-bash_1.1.27_amd64.changes.asc
vendored
2
debian/learn-bash_1.1.27_amd64.changes.asc
vendored
@ -2,7 +2,7 @@
|
|||||||
Hash: SHA1
|
Hash: SHA1
|
||||||
|
|
||||||
Format: 1.8
|
Format: 1.8
|
||||||
Date: Mon, 26 Oct 2015 16:23:59 +0000
|
Date: Mon, 26 Oct 2016 16:23:59 +0000
|
||||||
Source: learn-bash
|
Source: learn-bash
|
||||||
Binary: learn-bash
|
Binary: learn-bash
|
||||||
Architecture: source all
|
Architecture: source all
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
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)"
|
[ -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 program comes with ABSOLUTELY NO WARRANTY.
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; see the LICENSE file."
|
under certain conditions; see the LICENSE file."
|
||||||
|
Loading…
Reference in New Issue
Block a user