In close collaboration with Seoul National University's Structural Complexity Laboratory

 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
resource:sc_lab_info:macintosh:tm [2013/08/17 12:19]
rim
resource:sc_lab_info:macintosh:tm [2023/02/15 12:46] (current)
Line 25: Line 25:
 In /​usr/​local/​bin/​timemachine.sh In /​usr/​local/​bin/​timemachine.sh
  
-''​#!/bin/bash+<​code>​ 
 +#!/bin/bash
 # Set up a currently connected disk as Time Machine backup # Set up a currently connected disk as Time Machine backup
 # Before running, need to # Before running, need to
Line 74: Line 75:
     echo "No Backup HD found."​     echo "No Backup HD found."​
 fi fi
- +</​code>​
-''​+