mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
3 lines
114 B
Bash
Executable file
3 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
python $DIR/clean.py && python $DIR/generate.py
|