Remove unused scripts

This commit is contained in:
Santiago Lo Coco 2025-01-01 13:08:18 +01:00
parent 258883db13
commit c34c3e6224
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
13 changed files with 0 additions and 109 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.867971
"/home/slococo/.local/share/JetBrains/Toolbox/apps/CLion/ch-0/212.5080.54/bin/clion.sh" "$@"

View File

@ -1,5 +0,0 @@
#!/bin/bash
# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.892754
"/home/slococo/.local/share/JetBrains/Toolbox/apps/datagrip/ch-0/212.5284.17/bin/datagrip.sh" "$@"

View File

@ -1,4 +0,0 @@
#!/bin/sh
sudo ~/.local/bin/disableUSB
systemctl hibernate

View File

@ -1,5 +0,0 @@
#!/bin/bash
# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.915745
"/home/slococo/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-0/212.5080.55/bin/idea.sh" "$@"

View File

@ -1,8 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from isympy import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())

View File

@ -1,5 +0,0 @@
#!/bin/bash
# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.936191
"/home/slococo/.local/share/JetBrains/Toolbox/apps/Rider/ch-0/212.5080.71/bin/rider.sh" "$@"

View File

@ -1,5 +0,0 @@
#!/bin/bash
# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.784723
"/home/slococo/.local/share/JetBrains/Toolbox/apps/AndroidStudio/ch-0/203.7784292/bin/studio.sh" "$@"

View File

@ -1,7 +0,0 @@
#!/bin/sh
#echo EHC1 | sudo tee /proc/acpi/wakeup > /dev/null
#echo EHC2 | sudo tee /proc/acpi/wakeup > /dev/null
#echo XHC | sudo tee /proc/acpi/wakeup > /dev/null
sudo ~/.local/bin/disableUSB
systemctl suspend

View File

@ -1,12 +0,0 @@
while true
do
if [ `date "+%S"` -ge 50 ]; then
if [ `date "+%S"` -lt 59 ]; then
echo "LLEGUE"
break
fi
fi
sleep 1
done

View File

@ -1,21 +0,0 @@
#!/bin/sh
# exec will take ownership of this program! So, this process will now be dwmblocks.
# Therefore we must not kill it, because it is now dwmblocks! And its parent is obviously
# dwm (because in startx we use exec to launch it!)
restartDwmblocks() {
pkill dwmblocks
exec dwmblocks
}
# Wait for dwm to start
sleep 5
while true
do
if [ `date "+%S"` -eq 55 ]; then
restartDwmblocks
fi
sleep 1
done

View File

@ -1,13 +0,0 @@
#!/bin/sh
while true
do
echo `date "+%S"`
if [ `date "+%S"` -eq 0 ]; then
echo "EN PUNTO"
break
fi
sleep 1
done

View File

@ -1,14 +0,0 @@
#!/bin/sh
while true
do
SSHOUTPUT=$(ssh-add -l | wc -l)
#if echo $SSHOUTPUT | grep -q "santilococo" ; then
if [ $SSHOUTPUT -eq 3 ]; then
pkill "mono"
exit
fi
sleep 1
done

View File

@ -1,5 +0,0 @@
#!/bin/bash
# Generated by JetBrains Toolbox 1.22.10774 at 2021-12-08T09:35:58.955427
"/home/slococo/.local/share/JetBrains/Toolbox/apps/WebStorm/ch-0/212.5080.54/bin/webstorm.sh" "$@"