Skip to content

Commit

Permalink
Rename pbssc
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Jul 18, 2021
1 parent 5f1edd2 commit 906f24a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pbssc
Provide screenshot and copy to clipboard.

You can get the device image from the CLI and copy it to the clipboard.
You can get the device image from the CLI and copy it to the clipboard

## Requirement
- macOS only
Expand All @@ -18,11 +18,11 @@ export PBSSC_IMAGE_PATH=/YOUR/PATH
## Android device

```
% ./pbssc.zh -a
% ./pbssc -a
```

## iOS device

```
% ./pbssc.zh -i
% ./pbssc -i
```
3 changes: 2 additions & 1 deletion pbssc.zh → pbssc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function copy_to_clipboard () {
echo "copy_to_clipboard"
Expand Down Expand Up @@ -86,3 +86,4 @@ handle_command $1




0 comments on commit 906f24a

Please sign in to comment.