projects
/
imagesqueeze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
IntelliJ cannot start from invisible Bash script for some reason.
[imagesqueeze.git]
/
tools
/
open with IntelliJ IDEA
1
#!/bin/bash
2
3
cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
4
5
cd ..
6
idea .