Skip to content

Commit 44f92ed

Browse files
authored
Merge pull request #150 from Calebe94/148_lintian
Fixed #148 lintian warnings
2 parents c49c55e + 0ebe208 commit 44f92ed

8 files changed

Lines changed: 24 additions & 8 deletions

File tree

tnotes/dmenu_tnotes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/bash
2+
3+
#This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14
#Copyright (C) 2021 TinyTools
25
#
36
#This program is free software: you can redistribute it and/or modify
@@ -13,7 +16,6 @@
1316
#You should have received a copy of the GNU General Public License
1417
#along with this program. If not, see <http://www.gnu.org/licenses/>.
1518
#
16-
#!/bin/bash
1719

1820
####################################################################################################
1921
# Variables used in the script.

tnotes/tnotes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/python3
2+
13
"""
24
Copyright (C) 2021 TinyTools
35
@@ -15,7 +17,6 @@ You should have received a copy of the GNU General Public License
1517
along with this program. If not, see <http://www.gnu.org/licenses/>.
1618
1719
"""
18-
#!/usr/bin/python
1920

2021
import os
2122
import datetime

tpomodoro/tpomodoro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/bash
2+
3+
#This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14
#Copyright (C) 2021 TinyTools
25
#
36
#This program is free software: you can redistribute it and/or modify
@@ -13,7 +16,7 @@
1316
#You should have received a copy of the GNU General Public License
1417
#along with this program. If not, see <http://www.gnu.org/licenses/>.
1518
#
16-
#!/bin/bash
19+
1720
#
1821
# Command example
1922
# sleep 1 && terminal-notifier -message "Para de Estudar" -title "Pomodoro" && afplay /System/Library/Sounds/Glass.aiff

tprogbar/tprogbar

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/bash
2+
3+
#This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14
#Copyright (C) 2021 TinyTools
25
#
36
#This program is free software: you can redistribute it and/or modify
@@ -13,7 +16,6 @@
1316
#You should have received a copy of the GNU General Public License
1417
#along with this program. If not, see <http://www.gnu.org/licenses/>.
1518
#
16-
#!/bin/bash
1719

1820
# Default progress will be counted 5 by 5.
1921
# where 20 '#' will be equal to 100%.

tsearch/dmenu_tsearch

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/bash
2+
3+
#This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14
#Copyright (C) 2021 TinyTools
25
#
36
#This program is free software: you can redistribute it and/or modify
@@ -13,7 +16,6 @@
1316
#You should have received a copy of the GNU General Public License
1417
#along with this program. If not, see <http://www.gnu.org/licenses/>.
1518
#
16-
#!/bin/bash
1719

1820
CONFIG=/etc/tinytools/params.yaml
1921

tsearch/tsearch

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/bash
2+
3+
#This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14
#Copyright (C) 2021 TinyTools
25
#
36
#This program is free software: you can redistribute it and/or modify
@@ -13,7 +16,6 @@
1316
#You should have received a copy of the GNU General Public License
1417
#along with this program. If not, see <http://www.gnu.org/licenses/>.
1518
#
16-
#!/bin/bash
1719

1820
search_params="tyaml /etc/tinytools/params.yaml"
1921

ttodo/dmenu_ttodo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/bash
2+
3+
#This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14
#Copyright (C) 2021 TinyTools
25
#
36
#This program is free software: you can redistribute it and/or modify
@@ -13,7 +16,6 @@
1316
#You should have received a copy of the GNU General Public License
1417
#along with this program. If not, see <http://www.gnu.org/licenses/>.
1518
#
16-
#!/bin/bash
1719

1820
####################################################################################################
1921
# Variables used in the script.

ttodo/ttodo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/python3
2+
13
"""
24
Copyright (C) 2021 TinyTools
35
@@ -15,7 +17,7 @@ You should have received a copy of the GNU General Public License
1517
along with this program. If not, see <http://www.gnu.org/licenses/>.
1618
1719
"""
18-
#!/usr/bin/python
20+
1921
import os
2022
import json
2123
import subprocess

0 commit comments

Comments
 (0)