notify-send 'cecse' "creating $proj module, please wait..."
        ./scripts/new_module $proj
        notify-send 'cecse' "adding owens.tech remotes..."
-       ssh git@owens.tech "mkdir cecse/$proj.git cecse/test-$proj.git;\ 
-               cd $proj.git; git init --bare; cd ../$test-proj.git;\ 
-               git init --bare"
+       ssh git@owens.tech "new_module $proj cecse"
        cd $proj
        git remote set-url --add --push origin git@github.com:cecse/$proj.git
        git remote set-url --add --push origin git@owens.tech:cecse/$proj.git