#!/bin/bash # Update wrapper for code_server update script if [ -d ~/code_server ]; then cd ~/code_server && git pull && ./update.sh fi