Piet Zwart Institute Willem de Kooning Academy Rotterdam University.


   
Bachelors   Masters
 
 
 
 
 
 
 
   
     
Public programme
NewsUpcoming eventsPast events
Study programme
Programme descriptionCurriculumQualificationThis academic yearPast academic yearsResearch opportunitiesFacilitiesStaff and tutorsStudentsAlumniAlumni newsRotterdam
Apply
ApplicationRequirementsDeadlinesTuition feesInternational studentsFAQsContact
       
       
Archive And Memory: Thematic Project Trimester 2, 2012
News

IS THIS ON? – performance by Birgit Bachler and Inge Hoonte during UpStage Festival – 11:11:11
News

Guest researcher Mark Terkessidis visits the Piet Zwart Institute
News

Here you will find various scripts I have written. These scripts are released under the GPLv2 and come with no warranty of fitness for a particular purpose.

user_create.sh: is a script for adding users to a system. It assumes you are using Apache and ${HOME}/public_html for user homepages, and that ${USERS} get access to MySQL.

db_create.sh: is a script for creating a MySQL database (with no priv_*).

skel.sh: is a script for maintaining the same working enviroment over multiple hosts. It’s a reworking of the “skel.sh” from O’Reilly Unix Power Tools .. tough better. Please read the script for more details and setup instructions.

Shell Script Examples:

state_variables_example.sh: This is a piece of example code showing how to get user input and populate variables with this input. The code is fairly well commented and so it should be fairly simple for a begginer to figure out exactly what the script does.

ask_example.sh: This is a piece of example code showing how to ask a user a YES/NO question and in response execute a certain task based on that response. This example also shows the use of “functions”.

  Back to Top