Because Fish has different env variable syntax, we have to run it in bash
/bin/bash -c "tns platform add android"
tns livesync ios --emulator --watch
Because Fish has different env variable syntax, we have to run it in bash
/bin/bash -c "tns platform add android"
tns livesync ios --emulator --watch
| #include <stdio.h> | |
| #include <omp.h> | |
| void main(int argv, char** argc) { | |
| int i; | |
| int sum = 0; | |
| int a[100]; | |
| int b[100]; | |
| for(i=0; i<100; i++) { |
| function sudo!! | |
| eval sudo $history[1] | |
| end | |
| function ll | |
| ls -FGlAhp | |
| end | |
| function c | |
| clear |
| alias gffs = 'git flow feature start $@' | |
| alias gfff = 'git flow feature finish $@' | |
| alias glos = 'git pull origin staging' | |
| alias glod = 'git pull origin develop' | |
| alias gpod = 'git push origin develop' | |
| alias gpos = 'git push origin staging' | |
| alias glog = 'git log --oneline --all --graph --decorate $@' | |
| alias gc = 'git commit $@' | |
| alias ga = 'git add $@' | |
| alias gcmsg = 'git commit -m $@' |
| mpicc test.c -o test | |
| mpirun -np 4 ./test |
If it fails to flushall:
config set stop-writes-on-bgsave-error no
http://stackoverflow.com/questions/19581059/misconf-redis-is-configured-to-save-rdb-snapshots
| function gffs | |
| git flow feature start $argv | |
| end | |
| function gfff | |
| git flow feature finish $argv | |
| end | |
| function glos | |
| git pull origin staging |
| /alertsoff | |
| /alertson | |
| /me message | |
| https://support.skype.com/en/faq/fa10042/what-are-chat-commands-and-roles |