Added .gitignore file. Removed dist directory.
This commit is contained in:
parent
07764eb0a2
commit
35c3a5e2cf
3 changed files with 2 additions and 21 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/bin
|
/bin/
|
||||||
|
/dist/
|
||||||
|
|
20
dist/videocut
vendored
20
dist/videocut
vendored
|
@ -1,20 +0,0 @@
|
||||||
#!/bin/sh -l
|
|
||||||
#
|
|
||||||
# Copyright (C) 2016-2018 Christian Pierre MOMON <christian.momon@devinsy.fr>
|
|
||||||
#
|
|
||||||
# This file is part of Videocut.
|
|
||||||
#
|
|
||||||
# Videocut is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# Videocut is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with Videocut. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
|
|
||||||
java -jar "`dirname "$0"`/videocut.jar" "$@"
|
|
BIN
dist/videocut.jar
vendored
BIN
dist/videocut.jar
vendored
Binary file not shown.
Loading…
Reference in a new issue