Skip to content

Commit 0e20fc1

Browse files
chenqichenqi
authored andcommitted
Add zip.sh
1 parent 6b94809 commit 0e20fc1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

PageSpeedInsights/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.zip

PageSpeedInsights/zip.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# -*- coding: utf-8 -*-
3+
4+
# chmod +x ./zip.sh
5+
zip -r functions.zip ./ -x *.DS_Store*

0 commit comments

Comments
 (0)