Kaynağa Gözat

.bashrc: delete gcc functions

pull/1/head
10sr 12 yıl önce
ebeveyn
işleme
8aaafd66dd
1 değiştirilmiş dosya ile 0 ekleme ve 14 silme
  1. +0
    -14
      .bashrc

+ 0
- 14
.bashrc Dosyayı Görüntüle

@@ -91,19 +91,6 @@ o(){
xdg-open "$f"
fi
}
sgcc(){
if iswindows; then
gcc -o win.$1.exe $1
else
gcc -o $(uname).$1.out $1
fi
}
sggcc(){
gcc -g -o $(uname).$1.out $1
}
slmggcc(){
gcc -g -lm -o $(uname).$1.out $1
}
convmv-sjis2utf8-test(){
convmv -r -f sjis -t utf8 *
}
@@ -258,7 +245,6 @@ winln(){
else
junction "$2" "$1"
fi

}

########################


Yükleniyor…
İptal
Kaydet