mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
6 lines
96 B
Bash
6 lines
96 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
git restore --staged .
|
||
|
git restore .
|
||
|
git clean -f crypto doc include providers test
|