Compare commits

..

No commits in common. "4e402241cac8a53c28e2c5b9de55000c02de8e2f" and "cf9af223bd75d56c23186191f020c2b51970b94b" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

@ -1 +0,0 @@
_JAVA_AWT_WM_NONREPARENTING=1 $HOME/android/android-studio/bin/studio.sh

View File

@ -1,7 +0,0 @@
#!/bin/sh
selected=$(simple-mtpfs -l | dmenu | cut --d : --f 1)
if [ ! -z $selected ]; then
echo 'found'
fi