Skip to content

Instantly share code, notes, and snippets.

View rviki84's full-sized avatar
💭
I may be slow to respond.

Vignesh Rammohan rviki84

💭
I may be slow to respond.
View GitHub Profile
@rviki84
rviki84 / install_update_plugins.sh
Created April 15, 2016 10:49 — forked from mkarmona/install_update_plugins.sh
Gimias install plugins
#!/bin/bash
# create plugin install structure and copy/move all
# things needed
is_debug_or_release=$(pwd | grep -o 'Debug\|Release')
if [[ $is_debug_or_release != "" ]] ; then
c_mode=$is_debug_or_release
p_source_dir="/home/el1mc/src/git.gimias.org/gimias.git/src/Apps/Plugins"