Skip to content

Commit 4c22e4a

Browse files
committed
desktop file,bash file in usr location
1 parent 79563ea commit 4c22e4a

File tree

5 files changed

+21
-0
lines changed

5 files changed

+21
-0
lines changed

cputool_1.0-2/usr/bin/cputool.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java -jar /usr/lib/cputool/cputool.jar
2.76 MB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Encoding=UTF-8
3+
Name=cputool
4+
Comment=a tool to study cpu governors.
5+
Exec=bash /usr/bin/cputool.sh
6+
Icon=/usr/share/cputool/cputool.png
7+
Terminal=false
8+
Type=Application
9+
Categories=GNOME;Application;Network
10+
StartupNotify=true
10.5 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Encoding=UTF-8
3+
Name=cputool
4+
Comment=a tool to study cpu governors.
5+
Exec=bash /usr/bin/cputool.sh
6+
Icon=/usr/share/cputool/cputool.png
7+
Terminal=false
8+
Type=Application
9+
Categories=GNOME;Application;Network
10+
StartupNotify=true

0 commit comments

Comments
 (0)